home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 104
/
MacAddict_104_2005-04.iso
/
Software
/
Internet & Communication
/
Romeo 0.9.3 freeware.dmg
/
Romeo.app
/
Contents
/
Info.plist
next >
Wrap
Extensible Markup Language
|
2004-07-02
|
2KB
|
75 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>rmp</string>
<string>rmpl</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>menuIcons</string>
<key>CFBundleTypeName</key>
<string>Romeo Menu Plugin</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>RMPi</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>RomeoMenuPlugin</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>rma</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>menuIcons</string>
<key>CFBundleTypeName</key>
<string>Romeo Action Plugin</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>RMPi</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>RomeoActionPlugin</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Romeo</string>
<key>CFBundleGetInfoString</key>
<string>Romeo, ©2002 Arboreal Software.</string>
<key>CFBundleIconFile</key>
<string>Romeo.icns</string>
<key>CFBundleIdentifier</key>
<string>com.arboreal.romeo</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Romeo</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Romeo v.0.9.3</string>
<key>CFBundleSignature</key>
<string>ARBO</string>
<key>CFBundleVersion</key>
<string>0.9.3</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>